Un-ignore proc-macro tests
authorAlex Crichton <alex@alexcrichton.com>
Fri, 4 Nov 2016 20:16:28 +0000 (13:16 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 4 Nov 2016 20:16:57 +0000 (13:16 -0700)
tests/proc-macro.rs

index daae388e0ce581d71a89e9e831f82a1c1e10168c..c1a2306e6aa8de16705050c413115e2d5d571924 100644 (file)
@@ -6,7 +6,6 @@ use cargotest::support::{project, execs};
 use hamcrest::assert_that;
 
 #[test]
-#[ignore]
 fn noop() {
     if !is_nightly() {
         return;
@@ -63,7 +62,6 @@ fn noop() {
 }
 
 #[test]
-#[ignore]
 fn impl_and_derive() {
     if !is_nightly() {
         return;
@@ -148,7 +146,6 @@ fn impl_and_derive() {
 }
 
 #[test]
-#[ignore]
 fn plugin_and_proc_macro() {
     if !is_nightly() {
         return;